home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / mus / play / SPLibDev.lha / superplay-lib_DEV / Programmers / include / proto / superplay.h < prev   
Encoding:
C/C++ Source or Header  |  1997-08-15  |  345 b   |  17 lines

  1. /*
  2. **      $VER: superplay.h 5.1 (8.8.96)
  3. **
  4. **      prototype/pragma include for superplay.library
  5. **
  6. **      (C) Copyright 1994-96 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_SUPERPLAY_H
  11. #define PROTO_SUPERPLAY_H
  12.  
  13. #include <clib/superplay_protos.h>
  14. #include <pragmas/superplay_pragmas.h>
  15.  
  16. #endif /* PROTO_SUPERPLAY_H */
  17.